operator (==) Interface

public interface operator (==)

Returns whether targets are equal.

Calls

interface~~operator (==)~11~~CallsGraph interface~operator (==)~11 operator (==) proc~dm_target_equals dm_target_equals interface~operator (==)~11->proc~dm_target_equals interface~dm_equals dm_equals proc~dm_target_equals->interface~dm_equals

Module Procedures

public pure elemental function dm_target_equals(target1, target2) result(equals)

Returns .true. if given targets are equal.

Arguments

Type IntentOptional Attributes Name
type(target_type), intent(in) :: target1

The first target.

type(target_type), intent(in) :: target2

The second target.

Return Value logical